From 06807312b40b9e7fe02eb9861287522385f47e2d Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Thu, 28 Sep 2017 22:37:04 +1000 Subject: [PATCH] Release v1.1 No substantial changes, just 4 years of tiny bits and pieces. Fixed #9 Signed-off-by: NeilBrown --- ReadMe.c | 4 ++-- wiggle.1 | 2 +- wiggle.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ReadMe.c b/ReadMe.c index 2fc6f45..e76a04b 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -29,10 +29,10 @@ #include "wiggle.h" #ifndef VERSION -#define VERSION "1.0" +#define VERSION "1.1" #endif #ifndef VERS_DATE -#define VERS_DATE "2013-08-23" +#define VERS_DATE "2017-09-28" #endif char Version[] = "wiggle " VERSION " " VERS_DATE " GPL-2+ http://neil.brown.name/wiggle/\n"; diff --git a/wiggle.1 b/wiggle.1 index efceb7e..7437604 100644 --- a/wiggle.1 +++ b/wiggle.1 @@ -21,7 +21,7 @@ .\" Author: Neil Brown .\" Email: .\" -.TH WIGGLE 1 "" v1.0 +.TH WIGGLE 1 "" v1.1 .SH NAME wiggle \- apply rejected patches and perform word-wise diffs .SH SYNOPSIS diff --git a/wiggle.spec b/wiggle.spec index aefb9bc..f2b6241 100644 --- a/wiggle.spec +++ b/wiggle.spec @@ -1,6 +1,6 @@ Summary: A tool for applying patches with conflicts Name: wiggle -Version: 1.0 +Version: 1.1 Release: 1 License: GPL Group: Development/Tools -- 2.43.0